From a6a1a11ae29ee81362a2d8681a076e8ee6ef1ec9 Mon Sep 17 00:00:00 2001 From: parkrrrr Date: Tue, 2 Sep 2003 18:25:22 +0000 Subject: [PATCH] fix gcc compile error due to misplaced declaration --- gpsbabel/tiger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/tiger.c b/gpsbabel/tiger.c index 3233202e8..17c829b80 100644 --- a/gpsbabel/tiger.c +++ b/gpsbabel/tiger.c @@ -171,12 +171,12 @@ map_plot(const waypoint *wpt) static void data_write(void) { + double latsz,lonsz; maxlat = -9999.0; maxlon = -9999.0; minlat = 9999.0; minlon = 9999.0; rec_cnt = 0; - double latsz,lonsz; if (snlen) short_length = atoi(snlen); -- 2.30.2